Fix bug #12661 with w32 and cygw32 builds under --enable-check-lisp-object-type.
authorEli Zaretskii <eliz@gnu.org>
Wed, 17 Oct 2012 15:37:55 +0000 (17:37 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 17 Oct 2012 15:37:55 +0000 (17:37 +0200)
commit697d53142a2c8b61072e5bae1102b09dd9ed65d5
tree626513f82784bb9d79863c9bef9b847a9766c325
parent535a51d4938bd1208ac15f5a4229f15cc3f27772
Fix bug #12661 with w32 and cygw32 builds under --enable-check-lisp-object-type.

 src/cygw32.c (Fcygwin_convert_path_to_windows)
 (Fcygwin_convert_path_from_windows): Use EQ to compare 2
 Lisp_Object values.
 src/w32fns.c (w32_msg_pump): Use XIL instead of casting an integer
 to Lisp_Object.
src/ChangeLog
src/cygw32.c
src/w32fns.c